@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}.fh5co-navbar-brand #fh5co-intro-section .container .row table tr td div {
	font-weight: normal;
}
.fh5co-navbar-brand #fh5co-intro-section .container .row table {
	font-weight: normal;
}
.fh5co-navbar-brand #fh5co-intro-section .container .row table {
	font-weight: normal;
	font-size: 14px;
}
#fh5co-intro-section .container .row table {
	font-weight: normal;
}
.container .row table {
	font-weight: normal;
}
.row table {
	font-weight: normal;
}
div {
	font-weight: normal;
}
div {
	font-family: "微软雅黑";
}
